home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 87 / 087.d81 / fire boot (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  664b  |  18 lines

  1. 5 dv=peek(186):ifdv<8thendv=8
  2. 10 print"[155][147]":poke53280,0:poke53281,0
  3. 20 gosub60000
  4. 70 print"[144]load"chr$(34)"firefighter"chr$(34)","dv:print"run"
  5. 80 poke631,13:poke632,13:poke198,2:end
  6. 10000 open15,8,15,"s0:fire boot":close15:save"fire boot",8:end
  7. 60000 b9$="                                      "
  8. 60010 poke214,14:print:print"  [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][152]"
  9. 60020 fori=0to7:printb9$:next:print"  [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][152]"
  10. 60030 b9$(0)="[198] [201] [210] [197] [198] [201] [199] [200] [212] [197] [210]"
  11. 60040 b9$(1)="by [201]an [193]dam, [208]. [197]ng."
  12. 60050 b9$(2)="[214]1.0 ([195]) 1991 by [211]oftdisk, [201]nc."
  13. 60060 b9$(3)="[208]ublished on [204][207][193][196][211][212][193][210] #87"
  14. 60070 b9$(4)="[211]ubscriptions 1-800-831-2694"
  15. 60080 b9$(5)="[193]ll [210]ights [210]eserved"
  16. 60090 poke214,16:print:fori=0to5:printtab(20-(len(b9$(i))/2))""b9$(i):next
  17. 60099 return
  18.